Skip to content

delete stale @todo comments in LibFlow.flowERC1155#436

Merged
thedavidmeister merged 1 commit intomainfrom
2026-04-29-issue-305-libflow-todo-tracking
Apr 29, 2026
Merged

delete stale @todo comments in LibFlow.flowERC1155#436
thedavidmeister merged 1 commit intomainfrom
2026-04-29-issue-305-libflow-todo-tracking

Conversation

@thedavidmeister
Copy link
Copy Markdown
Contributor

Summary

LibFlow.flowERC1155 carried two @todo markers (safeBatchTransferFrom support, data support). Neither is a correctness defect under FlowV5 — per-transfer dispatch with empty data is spec-compliant. Each marker is now split into its own tracked enhancement so they can be evaluated separately:

The source no longer carries the TODOs; FlowV5 behaviour is final until either follow-up issue is decided.

Test plan

  • forge build — clean.
  • full suite — 30/30.
  • rainix-sol-static — exit 0.

Closes #305.

🤖 Generated with Claude Code

Two `@todo` markers (safeBatchTransferFrom and per-transfer data)
have been split out as tracked enhancements (#434, #435) so each
can be evaluated separately. The source no longer carries the
TODOs; both behaviours are spec-compliant under FlowV5.

Closes #305.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Warning

Rate limit exceeded

@thedavidmeister has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 44 minutes and 29 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 426bd9d6-174b-4471-be9c-867f9e3bb375

📥 Commits

Reviewing files that changed from the base of the PR and between 3507746 and 13c2017.

📒 Files selected for processing (1)
  • src/lib/LibFlow.sol
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-04-29-issue-305-libflow-todo-tracking

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 44 minutes and 29 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@thedavidmeister thedavidmeister merged commit 0ab5c74 into main Apr 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[A23-2] [LOW] LibFlow: stale @todo comments in flowERC1155

1 participant